home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineButton2_424 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-28  |  165 b   |  9 lines

  1. on(release){
  2.    _root.Sons.gotoAndPlay("stop_map_music");
  3.    if(this.mNextLevel >= 3)
  4.    {
  5.       _root.gotoAndStop("menuOK");
  6.    }
  7.    this.gotoAndStop(2);
  8. }
  9.